Thread: Using Browser Helper objects in C. [Help]

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2013
    Posts
    4

    Using Browser Helper objects in C. [Help]

    Okay, BHO as we all know (Browser Helper Objects) can be used to inject html/javascripts into a browser process. Now here is what I am looking for,
    For instance, I have a website, business website, and I always want to take surveys of people who have visited the website, for our service improvement or something,now I use an already written Browser helper object so that once the user visits our web, the survey form comes out, so I can get the information entered by the user. How possible is this with C? How can I use C to inject a browser helper object which has already been written into a browser process? If possible, an assistance with a source code will be greatly appreciated!

    I am quite new to this.
    Last edited by hanesis; 10-26-2013 at 05:13 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Helper functions: design issue
    By anon in forum C++ Programming
    Replies: 3
    Last Post: 02-20-2008, 03:44 PM
  2. your fav helper....
    By datainjector in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-17-2002, 02:59 AM
  3. STL autocomplete and 'helper' in VC++
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 07-17-2002, 04:43 PM
  4. Context Menu, ...helper menus?
    By MrWizard in forum C++ Programming
    Replies: 3
    Last Post: 04-05-2002, 02:25 AM